JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : We have got a new blog where we post some interesting SWF internals info.

Error: Please login first to download files from the Issue Tracker. You can register for free.
List of issuesList of issues

#1584 Rotating SVG text problem
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: ImportSVG
State: closed Help

> What steps will reproduce the problem? Export a shape in SVG format. Edit it with Inkscape. Create a SVG text, chage it to path and rotate it. Save the SVG file. Replace the shape in JPEXS. > What is the expected output? What do you see instead? Expected: rotated text Seen instead: rotated text, but deformed (see screenshot) > What version of the product are you using? Is it "nightly build"? Which operating system do you have? version 11.3.0 OP: Windows 10 family 1903 > Please provide any additional information below. If the problem is related to a SWF file, attach it here, otherwise we can't help you. I believe that the problem is caused by JPEXS, not Inkscape: - the file is saved by default as "SVG (Inkscape)", I tried to save it as a normal SVG and the same issue occurs. - I exported the deformed text shape and opened it with Inkscape, it was deformed while the file imported to JPEXS isn't. The problem seems to occur if the characters of the text are grouped after being changed to path. If the text changed to path is degrouped (i.e. all characters are separate shapes), the text is imported without being deformed. If the text isn't changed to path, it doesn't appear when imported to JPEXS (or I don't know how to do).
user
Note: on the screenshot, the text in the middle has been degrouped.
admin
This is fixed in nightly 1882. Text must be converted to paths prior import since we do not support text SVG tags.
State: new→upgraded
admin
State: upgraded→closed